ReadPointFileBasinAverage Subroutine

public subroutine ReadPointFileBasinAverage(string)

Read point file

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: string

Source Code

SUBROUTINE ReadPointFileBasinAverage   & 
!
 ( string )  

IMPLICIT NONE

!arguments with intent in:
CHARACTER(LEN = *), INTENT(IN)    :: string 

!local declarations

!-------------------------------end of declaration-----------------------------

CALL ReadMetadata ( string, sites )

dtBasinAverage = sites % timeIncrement

RETURN
END SUBROUTINE ReadPointFileBasinAverage